home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / doc / www_talk.arc / 000391_timbl@www3.cern.ch _Tue Nov 24 12:02:44 1992.msg < prev    next >
Internet Message Format  |  1992-11-30  |  3KB

  1. Return-Path: <timbl@www3.cern.ch>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA19775; Tue, 24 Nov 92 12:02:44 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA01198; Tue, 24 Nov 92 12:15:33 +0100
  6. Received: by www3.cern.ch (NX5.67c/NX3.0S)
  7.     id AA03386; Tue, 24 Nov 92 12:10:56 +0100
  8. Date: Tue, 24 Nov 92 12:10:56 +0100
  9. From: Tim Berners-Lee <timbl@www3.cern.ch>
  10. Message-Id: <9211241110.AA03386@www3.cern.ch>
  11. Received: by NeXT.Mailer (1.87.1)
  12. Received: by NeXT Mailer (1.87.1)
  13. To: Rik Harris <rik@daneel.rdt.monash.edu.au>
  14. Subject: Re: The <PRE> tag
  15. Cc: www-talk@nxoc01.cern.ch
  16. Reply-To: timbl@nxoc01.cern.ch
  17.  
  18.  
  19. >  Date: Tue, 24 Nov 92 21:54:37 -1000
  20. >  From: Rik Harris <rik@daneel.rdt.monash.edu.au>
  21.  
  22. >  I think the <PRE> tag is a great idea, too.  The problem with not
  23. >  having newlines significant is that it makes it difficult to do
  24. >  indenting, etc.  One of the reasons the <PRE> tag is nice is that you
  25. >  can take text (eg, manual entries) and not worry about formatting:
  26. >  
  27.  
  28. >  eg
  29. >  
  30.  
  31. >  OPTIONS
  32. >  
  33.  
  34. >    -b   this option performs the blah command.  And if this line is
  35. >         reasonably long, I can demonstrate what I'm talking about.
  36. >  
  37.  
  38. >    -f   this option performs the foo command.  Another annoying prob-
  39. >         lem is hyphenation.
  40.  
  41.  
  42. I was sugesting that you should format the above like
  43.  
  44.   OPTIONS<p>
  45. <p>
  46.     -b   this option performs the blah command.  And if this line is<p>
  47.          reasonably long, I can demonstrate what I'm talking about.<p>
  48. <p>  
  49.  
  50.     -f   this option performs the foo command.  Another annoying prob-<p>
  51.          lem is hyphenation.<p>
  52.  
  53. That is, you explicitly put in the line end, but all white space is significant  
  54. on the line.. It means that lines like
  55.  
  56.     See also csh, cc, blah, fred and junk.
  57.  
  58. which would have to be a SINGLE LINE
  59.  
  60. See also  <a name=csh href=csh.html>csh</a>, <a name=cc href=cc.html>cc</a>, <a  
  61. name=blah2 href=http://sdf.adf.uasdf.edu/fred/doc/junk/blah.html>blah</a>, <a  
  62. name=fred href=fred.html>fred</a> and <a name=junk href=junk.html>csh</a>.
  63.  
  64. instead could out as for example
  65.  
  66. See also  
  67.  
  68.  <a name=csh href=csh.html>csh</a>, 
  69.  
  70.  <a name=cc href=cc.html>cc</a>, 
  71.  
  72.  <a name=blah2 href=http://sdf.adf.uasdf.edu/fred/doc/junk/blah.html>blah</a>,
  73.  <a name=fred href=fred.html>fred</a> and <a name=junk href=junk.html>csh</a>.
  74. <p>
  75.  
  76. which is mailable.  If you look atthe NJIT manual pages HTML, there is a  
  77. mixture of significant line feeds and explicit <p> elements for blank lines:
  78.  
  79.   OPTIONS
  80. <p>
  81.     -b   this option performs the blah command.  And if this line is
  82.          reasonably long, I can demonstrate what I'm talking about.
  83. <p>  
  84.  
  85.     -f   this option performs the foo command.  Another annoying prob-
  86.          lem is hyphenation.
  87. <p>
  88.  
  89. I propose we settle for one or the other.  I wonder whether there is
  90. anything in SGML to suggest which.
  91.  
  92.     Tim
  93.  
  94.  
  95.